const runtime.timerNoStatus
10 uses
runtime (current package)
time.go#L122: timerNoStatus = iota
time.go#L267: if t.status.Load() != timerNoStatus {
time.go#L361: case timerNoStatus:
time.go#L447: status := uint32(timerNoStatus)
time.go#L463: case timerNoStatus, timerRemoved:
time.go#L650: case timerNoStatus, timerRemoved:
time.go#L718: case timerNoStatus, timerRunning, timerRemoving, timerRemoved, timerMoving:
time.go#L823: case timerNoStatus, timerRemoved:
time.go#L869: if !t.status.CompareAndSwap(timerRunning, timerNoStatus) {
time.go#L949: case timerNoStatus, timerRemoved:
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |